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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 淹??訝?? | 1001111110111001001111110011111111100110011000100011111100111111 | 9fb93f3fe6623f3f |
EUC-JP | 淹??訝?? | 1101111010111011001111110011111111101011110000110011111100111111 | debb3f3febc33f3f |
UTF-8 | 淹쒎ㅁ訝딉쉴 | 111001101011011110111001111011001001001010001110111000111000010110000001111010001010100010011101111010111001010010001001111011001000100110110100 | e6b7b9ec928ee38581e8a89deb9489ec89b4 |
UHC | 淹쒎ㅁ訝딉쉴 | 111001011111010010011100111001011010010010110001111001001011100010001010111011111011110110101111 | e5f49ce5a4b1e4b88aefbdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)