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 | 螻具ス喜争蠕 | 1110010110110001100010111110111110111101100010101110110010010001100010001110010110111110 | e5b18befbd8aec9188e5be |
EUC-JP | 螻具ス喜争蠕 | 111010101011001110110110111100011000111010111101101101001110111011000001111010001110101011000000 | eab3b6f18ebdb4eec1e8eac0 |
UTF-8 | 螻具ス喜争蠕 | 111010001001111010111011111001011000010110110111111011111011110110111101111001011001011010011100111001001011101010001001111010001010000010010101 | e89ebbe585b7efbdbde5969ce4ba89e8a095 |
UHC | ?具?喜?? | 0011111111001110111111010011111111111101111011000011111100111111 | 3fcefd3ffdec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)