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 | ??c?? | 0011111100111111011000110011111100111111 | 3f3f633f3f |
SJIS-WIN | 赳ュc霎ー | 11100110111000001010110101100011111010001011111010110000 | e6e0ad63e8beb0 |
EUC-JP | 赳ュc霎ー | 111011001110001010001110101011010110001111110000110000001000111010110000 | ece28ead63f0c08eb0 |
UTF-8 | 赳ュc霎ー | 11101000101101011011001111101111101111011010110101100011111010011001110010001110111011111011110110110000 | e8b5b3efbdad63e99c8eefbdb0 |
UHC | 赳?c?? | 110100001010111100111111011000110011111100111111 | d0af3f633f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)