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 | ?泥???? | 00111111100100110100010000111111001111110011111100111111 | 3f93443f3f3f3f |
EUC-JP | ?泥???? | 00111111110001011010010100111111001111110011111100111111 | 3fc5a53f3f3f3f |
UTF-8 | 룵泥픈룶濫풔 | 111010111010001110110101111001101011001110100101111011011001010010001000111010111010001110110110111011111010010010100010111011011001001010010100 | eba3b5e6b3a5ed9488eba3b6efa4a2ed9294 |
UHC | 룵泥픈룶濫풔 | 100011111010101011010010111110101100011111000010100011111010101111010001111110101100011110110100 | 8faad2fac7c28fabd1fac7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)