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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 助?乞薔 | 10001111100101010011111110001100111011101110010101001011 | 8f953f8ceee54b |
EUC-JP | 助?乞薔 | 10111101111101010011111110111000111100001110100110101100 | bdf53fb8f0e9ac |
UTF-8 | 助뀌乞薔 | 111001011000101010101001111010111000000010001100111001001011100110011110111010001001011010010100 | e58aa9eb808ce4b99ee89694 |
UHC | 助뀌乞薔 | 1111000010111110101100101110111011001011111101111110110111111001 | f0beb2eecbf7edf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)