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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 씀烈렧吳렧烈렧 | 111011001001010010000000111011111010011010011111111010111010000010100111111001011001000010110011111010111010000010100111111011111010011010011111111010111010000010100111 | ec9480efa69feba0a7e590b3eba0a7efa69feba0a7 |
UHC | 씀烈렧吳렧烈렧 | 1011111010111000111001101110111110001110101101101110011111101111100011101011011011100110111011111000111010110110 | beb8e6ef8eb6e7ef8eb6e6ef8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)