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 | ??????w | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
SJIS-WIN | 訝?????w | 1110011001100010001111110011111100111111001111110011111101110111 | e6623f3f3f3f3f77 |
EUC-JP | 訝?????w | 1110101111000011001111110011111100111111001111110011111101110111 | ebc33f3f3f3f3f77 |
UTF-8 | 訝방땯呂묈겢w | 11101000101010001001110111101011101100001010100111101011100101011010111111101111101001101000000011101011101011001000100011101010101100101010001001110111 | e8a89debb0a9eb95afefa680ebac88eab2a277 |
UHC | 訝방땯呂묈겢w | 11100100101110001011100111100110100010111000010111100101111110111001000111100101100000011011010001110111 | e4b8b9e68b85e5fb91e581b477 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)