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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 譽?????? | 1110011010100011001111110011111100111111001111110011111100111111 | e6a33f3f3f3f3f3f |
EUC-JP | 譽?????? | 1110110010100101001111110011111100111111001111110011111100111111 | eca53f3f3f3f3f3f |
UTF-8 | 譽길짎呂묈끀呂 | 111010001010110110111101111010101011100010111000111011001010011110001110111011111010011010000000111010111010110010001000111010111000000110000000111011111010011010000000 | e8adbdeab8b8eca78eefa680ebac88eb8180efa680 |
UHC | 譽길짎呂묈끀呂 | 1110011111100010101100011110011010100011100110101110010111111011100100011110010110000101101101101110010111111011 | e7e2b1e6a39ae5fb91e585b6e5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)