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 | ????製?? | 0011111100111111001111110011111110010000101110110011111100111111 | 3f3f3f3f90bb3f3f |
EUC-JP | ????製?? | 0011111100111111001111110011111111000000101111010011111100111111 | 3f3f3f3fc0bd3f3f |
UTF-8 | 렯렢렯롈製렯렲 | 111010111010000010101111111010111010000010100010111010111010000010101111111010111010000110001000111010001010001110111101111010111010000010101111111010111010000010110010 | eba0afeba0a2eba0afeba188e8a3bdeba0afeba0b2 |
UHC | 렯렢렯롈製렯렲 | 1000111010111100100011101011001110001110101111001000111011001110111100001011001010001110101111001000111010111111 | 8ebc8eb38ebc8ecef0b28ebc8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)