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 | 釭ホ骼ーネ | 111110111011110111001110111010011000111010110000110010001111000011000101 | fbbdcee98eb0c8f0c5 |
EUC-JP | 釭ホ骼ーネ? | 100011111110001110101111100011101100111011110001111011101000111010110000100011101100100000111111 | 8fe3af8ecef1ee8eb08ec83f |
UTF-8 | 釭ホ骼ーネ | 111010011000011110101101111011111011111010001110111010011010101010111100111011111011110110110000111011111011111010001000111011101000001010000100 | e987adefbe8ee9aabcefbdb0efbe88ee8284 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)