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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 餓??游? | 10001001111011000011111100111111100111111110000000111111 | 89ec3f3f9fe03f |
EUC-JP | 餓??游? | 10110010111011100011111100111111110111101110001000111111 | b2ee3f3fdee23f |
UTF-8 | 餓곕돉游⑶ | 111010011010010010010011111010101011001110010101111010111000111110001001111001101011100010111000111000101001000110110110 | e9a493eab395eb8f89e6b8b8e291b6 |
UHC | 餓곕돉游⑶ | 11100100101110111011000011101011100010011001100111101010111111011010100111101001 | e4bbb0eb8999eafda9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)