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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邊ギム | 1110011110110010100000110100110111010001 | e7b2834dd1 |
EUC-JP | 邊ギム | 111011101011010010100101101011101000111011010001 | eeb4a5ae8ed1 |
UTF-8 | 邊ギム | 111010011000001010001010111000111000001010101110111011111011111010010001 | e9828ae382aeefbe91 |
UHC | 邊ギ? | 1101110010101011101010111010111000111111 | dcababae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)