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 | ??R???? | 00111111001111110101001000111111001111110011111100111111 | 3f3f523f3f3f3f |
SJIS-WIN | ??R??ァ? | 0011111100111111010100100011111100111111100000110100000000111111 | 3f3f523f3f83403f |
EUC-JP | ??R??ァ? | 0011111100111111010100100011111100111111101001011010000100111111 | 3f3f523f3fa5a13f |
UTF-8 | 룵句R룶죴ァ룶 | 11101011101000111011010111101111101001001000011001010010111010111010001110110110111011001010001110110100111000111000001010100001111010111010001110110110 | eba3b5efa48652eba3b6eca3b4e382a1eba3b6 |
UHC | 룵句R룶죴ァ룶 | 10001111101010101100111111111011010100101000111110101011101000011000111110101011101000011000111110101011 | 8faacffb528faba18faba18fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)