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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???帳??\ | 0011111100111111001111111001001010100000001111110011111101011100 | 3f3f3f92a03f3f5c |
EUC-JP | 倻??帳??\ | 10001111101100011111011000111111001111111100010010100010001111110011111101011100 | 8fb1f63f3fc4a23f3f5c |
UTF-8 | 倻븀뼻帳띈풛\ | 11100101100000001011101111101011101110001000000011101011101111001011101111100101101110001011001111101011100111011000100011101101100100101001101101011100 | e580bbebb880ebbcbbe5b8b3eb9d88ed929b5c |
UHC | 倻븀뼻帳띈풛\ | 11100101101001101011101011100111100101101011111011101101111000111011011011101000101111101001111001011100 | e5a6bae796beede3b6e8be9e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)