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 | 렯렳솽약렦섭센 | 111010111010000010101111111010111010000010110011111011001000011010111101111011001001010110111101111010111010000010100110111011001000010010101101111011001000010010111100 | eba0afeba0b3ec86bdec95bdeba0a6ec84adec84bc |
UHC | 렯렳솽약렦섭센 | 1000111010111100100011101100000010111100111000011011111011100000100011101011010110111100101101111011110010111110 | 8ebc8ec0bce1bee08eb5bcb7bcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)