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 | ???P? | 0011111100111111001111110101000000111111 | 3f3f3f503f |
SJIS-WIN | ???P? | 0011111100111111001111110101000000111111 | 3f3f3f503f |
EUC-JP | ???P? | 0011111100111111001111110101000000111111 | 3f3f3f503f |
UTF-8 | 뤗횓끔P렞 | 11101011101001001001011111101101100110101001001111101011100000011001010001010000111010111010000010011110 | eba497ed9a93eb819450eba09e |
UHC | 뤗횓끔P렞 | 100011111100011111000011100011101011001011111011010100001000111010101111 | 8fc7c38eb2fb508eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)