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 | ???x?? | 001111110011111100111111011110000011111100111111 | 3f3f3f783f3f |
SJIS-WIN | ???x?? | 001111110011111100111111011110000011111100111111 | 3f3f3f783f3f |
EUC-JP | ???x?? | 001111110011111100111111011110000011111100111111 | 3f3f3f783f3f |
UTF-8 | 혞횏혣x챔첨 | 11101101100110001001111011101101100110101000111111101101100110001010001101111000111011001011000110010100111011001011001010101000 | ed989eed9a8fed98a378ecb194ecb2a8 |
UHC | 혞횏혣x챔첨 | 1100001010001000110000111000101111000010100011000111100011000011101010001100001110110111 | c288c38bc28c78c3a8c3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)