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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?遍??遍?B | 001111111001010111010101001111110011111110010101110101010011111101000010 | 3f95d53f3f95d53f42 |
EUC-JP | ?遍??遍?B | 001111111100101011010111001111110011111111001010110101110011111101000010 | 3fcad73f3fcad73f42 |
UTF-8 | 뤈遍췊뤈遍췊B | 11101011101001001000100011101001100000011000110111101100101101111000101011101011101001001000100011101001100000011000110111101100101101111000101001000010 | eba488e9818decb78aeba488e9818decb78a42 |
UHC | 뤈遍췊뤈遍췊B | 10001111101110001111100010111100101011100100010110001111101110001111100010111100101011100100010101000010 | 8fb8f8bcae458fb8f8bcae4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)