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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???蕣助? | 0011111100111111001111111110010011111010100011111001010100111111 | 3f3f3fe4fa8f953f |
EUC-JP | ???蕣助? | 0011111100111111001111111110100011111100101111011111010100111111 | 3f3f3fe8fcbdf53f |
UTF-8 | 렯렱렯蕣助렱 | 111010111010000010101111111010111010000010110001111010111010000010101111111010001001010110100011111001011000101010101001111010111010000010110001 | eba0afeba0b1eba0afe895a3e58aa9eba0b1 |
UHC | 렯렱렯蕣助렱 | 100011101011110010001110101111101000111010111100111000101111001011110000101111101000111010111110 | 8ebc8ebe8ebce2f2f0be8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)