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 | 1110000011110000001111110011111100111111001111110011111101000010 | e0f03f3f3f3f3f42 |
EUC-JP | 瑩?????B | 1110000011110010001111110011111100111111001111110011111101000010 | e0f23f3f3f3f3f42 |
UTF-8 | 瑩들썫欌들썫B | 11100111100100011010100111101011100100111010010011101100100011011010101111100110101011001000110011101011100100111010010011101100100011011010101101000010 | e791a9eb93a4ec8dabe6ac8ceb93a4ec8dab42 |
UHC | 瑩들썫欌들썫B | 11111011101010011011010111101001100110111001110011101101111010111011010111101001100110111001110001000010 | fba9b5e99b9cedebb5e99b9c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)