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 | ??や??ぢ | 0011111100111111100000101110001000111111001111111000001011000000 | 3f3f82e23f3f82c0 |
EUC-JP | ??や??ぢ | 0011111100111111101001001110010000111111001111111010010011000010 | 3f3fa4e43f3fa4c2 |
UTF-8 | 룶즽や룴쵍ぢ | 111010111010001110110110111011001010011010111101111000111000001010000100111010111010001110110100111011001011010110001101111000111000000110100010 | eba3b6eca6bde38284eba3b4ecb58de381a2 |
UHC | 룶즽や룴쵍ぢ | 100011111010101110100011100011111010101011100100100011111010100110101100100011111010101011000010 | 8faba38faae48fa9ac8faac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)