To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 臟??節?B | 1110010001100110001111110011111110010000110111110011111101000010 | e4663f3f90df3f42 |
EUC-JP | 臟??節?B | 1110011111000111001111110011111111000000111000010011111101000010 | e7c73f3fc0e13f42 |
UTF-8 | 臟놅풏節뫼B | 11101000100001111001111111101011100001101000010111101101100100101000111111100111101011111000000011101011101010111011110001000010 | e8879feb8685ed928fe7af80ebabbc42 |
UHC | 臟놅풏節뫼B | 1110110111110100100001101110111110111110100100111110111110111101101110001111111001000010 | edf486efbe93efbdb8fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)