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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 癲レ?\ | 111000011001111110000011100011000011111101011100 | e19f838c3f5c |
EUC-JP | 癲レ?\ | 111000101010000110100101111011000011111101011100 | e2a1a5ec3f5c |
UTF-8 | 癲レ뱦\ | 11100111100110011011001011100011100000111010110011101011101100011010011001011100 | e799b2e383acebb1a65c |
UHC | 癲レ뱦\ | 11101111101001101010101111101100100100111000110001011100 | efa6abec938c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)