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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?訝?釐ヂ | 0011111111100110011000100011111111100111110110001000001101100001 | 3fe6623fe7d88361 |
EUC-JP | ?訝?釐ヂ | 0011111111101011110000110011111111101110110110101010010111000010 | 3febc33feedaa5c2 |
UTF-8 | 룶訝룶釐ヂ | 111010111010001110110110111010001010100010011101111010111010001110110110111010011000011110010000111000111000001110000010 | eba3b6e8a89deba3b6e98790e38382 |
UHC | 룶訝룶釐ヂ | 10001111101010111110010010111000100011111010101111010111111011011010101111000010 | 8fabe4b88fabd7edabc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)