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 | ??ュ?釐ヂ | 001111110011111110000011100001010011111111100111110110001000001101100001 | 3f3f83853fe7d88361 |
EUC-JP | ??ュ?釐ヂ | 001111110011111110100101111001010011111111101110110110101010010111000010 | 3f3fa5e53feedaa5c2 |
UTF-8 | 룶퓦ュ룶釐ヂ | 111010111010001110110110111011011001001110100110111000111000001110100101111010111010001110110110111010011000011110010000111000111000001110000010 | eba3b6ed93a6e383a5eba3b6e98790e38382 |
UHC | 룶퓦ュ룶釐ヂ | 100011111010101110111111100011111010101111100101100011111010101111010111111011011010101111000010 | 8fabbf8fabe58fabd7edabc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)