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 | 哀??違? | 10001000101000110011111100111111100010001110000100111111 | 88a33f3f88e13f |
EUC-JP | 哀??違? | 10110000101001010011111100111111101100001110001100111111 | b0a53f3fb0e33f |
UTF-8 | 哀잙똻違튎 | 111001011001001110000000111011001001111010011001111010111001100010111011111010011000000110010101111011011000101010001110 | e59380ec9e99eb98bbe98195ed8a8e |
UHC | 哀잙똻違튎 | 11100100111011101001111111101011100011001000000111101010110111101011101001000010 | e4ee9feb8c81eadeba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)