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 | 驛「螟絶旺 | 111010011000001110100010111001011010010010010000111000101000100110100000 | e983a2e5a490e289a0 |
EUC-JP | 驛「螟絶旺 | 11110001111000111000111010100010111010101010011011000000111001001011001010100010 | f1e38ea2eaa6c0e4b2a2 |
UTF-8 | 驛「螟絶旺 | 111010011010100110011011111011111011110110100010111010001001111010011111111001111011010110110110111001101001011110111010 | e9a99befbda2e89e9fe7b5b6e697ba |
UHC | 驛?螟絶旺 | 111001101011111000111111110110011010110111101111101111101110100011011010 | e6be3fd9adefbee8da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)