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 | 穩??節?? | 1110001001110010001111110011111110010000110111110011111100111111 | e2723f3f90df3f3f |
EUC-JP | 穩??節?? | 1110001111010011001111110011111111000000111000010011111100111111 | e3d33f3fc0e13f3f |
UTF-8 | 穩뚥퉿節경눠 | 111001111010100110101001111010111001101010100101111011011000100110111111111001111010111110000000111010101011001010111101111010111000100010100000 | e7a9a9eb9aa5ed89bfe7af80eab2bdeb88a0 |
UHC | 穩뚥퉿節경눠 | 111010001011000110001100111001001011100110010111111011111011110110110000111001101011010010110010 | e8b18ce4b997efbdb0e6b4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)