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 | ??ゃ?悳? | 0011111100111111100000101110000100111111100111000111101100111111 | 3f3f82e13f9c7b3f |
EUC-JP | ??ゃ?悳? | 0011111100111111101001001110001100111111110101111101110000111111 | 3f3fa4e33fd7dc3f |
UTF-8 | 룶죴ゃ룶悳㈛ | 111010111010001110110110111011001010001110110100111000111000001010000011111010111010001110110110111001101000001010110011111000111000100010011011 | eba3b6eca3b4e38283eba3b6e682b3e3889b |
UHC | 룶죴ゃ룶悳㈛ | 100011111010101110100001100011111010101011100011100011111010101111010011111011011010100111001100 | 8faba18faae38fabd3eda9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)