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 | 阿??肉ζ? | 100010001010001000111111001111111001001111110111100000111100010000111111 | 88a23f3f93f783c43f |
EUC-JP | 阿??肉ζ? | 101100001010010000111111001111111100011011111001101001101100011000111111 | b0a43f3fc6f9a6c63f |
UTF-8 | 阿잆룗肉ζ궇 | 1110100110011000101111111110110010011110100001101110101110100011100101111110100010000010100010011100111010110110111010101011011010000111 | e998bfec9e86eba397e88289ceb6eab687 |
UHC | 阿잆룗肉ζ궇 | 111001001011100110011111111000111000111110010011111010111011111110100101111001101000001010100000 | e4b99fe38f93ebbfa5e682a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)