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 | 咀堪???? | 1001100111110000100010101010110000111111001111110011111100111111 | 99f08aac3f3f3f3f |
EUC-JP | 咀堪??玎? | 11010010111100101011010010101110001111110011111110001111110010111101001000111111 | d2f2b4ae3f3f8fcbd23f |
UTF-8 | 咀堪렩ㅽ玎狀 | 111001011001001010000000111001011010000010101010111010111010000010101001111000111000010110111101111001111000111010001110111011111010011110111010 | e59280e5a0aaeba0a9e385bde78e8eefa7ba |
UHC | 咀堪렩ㅽ玎狀 | 111011101011101011001010111011011000111010110111101001001110110111101111111010011110110111101110 | eebacaed8eb7a4edefe9edee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)