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 | ?準笹? | 001111111000111110000000100011011111100100111111 | 3f8f808df93f |
EUC-JP | ?準笹? | 001111111011110111100000101110101111101100111111 | 3fbde0bafb3f |
UTF-8 | 찻準笹돈 | 111011001011000010111011111001101011101010010110111001111010110010111001111010111000111110001000 | ecb0bbe6ba96e7acb9eb8f88 |
UHC | 찻準笹돈 | 1100001011111110111100011101111011100001101010111011010110110111 | c2fef1dee1abb5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)