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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 첬횩찼횈첬챔 | 111011001011001010101100111011011001101010101001111011001011000010111100111011011001101010001000111011001011001010101100111011001011000110010100 | ecb2aced9aa9ecb0bced9a88ecb2acecb194 |
UHC | 첬횩찼횈첬챔 | 110000111011101011000011100111111100001110100001110000111000011011000011101110101100001110101000 | c3bac39fc3a1c386c3bac3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)