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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 룶殺㈛Y룶殺㈛bE | 111010111010001110110110111011111010010110110000111000111000100010011011010110011110101110100011101101101110111110100101101100001110001110001000100110110110001001000101 | eba3b6efa5b0e3889b59eba3b6efa5b0e3889b6245 |
UHC | 룶殺㈛Y룶殺㈛bE | 100011111010101111100001111011011010100111001100010110011000111110101011111000011110110110101001110011000110001001000101 | 8fabe1eda9cc598fabe1eda9cc6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)