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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 永??燁?\ | 1000100101101001001111110011111111111011010110010011111101011100 | 89693f3ffb593f5c |
EUC-JP | 永??燁?\ | 101100011100101000111111001111111000111111001010101100110011111101011100 | b1ca3f3f8fcab33f5c |
UTF-8 | 永쏃넀燁딳\ | 11100110101100001011100011101100100011111000001111101011100001001000000011100111100001111000000111101011100101001011001101011100 | e6b0b8ec8f83eb8480e78781eb94b35c |
UHC | 永쏃넀燁딳\ | 1110011110110101100110111110100110000110100100001110011110100111100010110100111001011100 | e7b59be98690e7a78b4e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)