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 | ???牆コ? | 0011111100111111001111111110000010101101100000110101001000111111 | 3f3f3fe0ad83523f |
EUC-JP | ???牆コ? | 0011111100111111001111111110000010101111101001011011001100111111 | 3f3f3fe0afa5b33f |
UTF-8 | 룴절룫牆コ룫 | 111010111010001110110100111011001010000010001000111010111010001110101011111001111000100110000110111000111000001010110011111010111010001110101011 | eba3b4eca088eba3abe78986e382b3eba3ab |
UHC | 룴절룫牆コ룫 | 100011111010100111000000111111011000111110100010111011011110110110101011101100111000111110100010 | 8fa9c0fd8fa2ededabb38fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)