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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | 窩瘢?諄?V | 111000100111110011100001100011010011111111100110011110000011111101010110 | e27ce18d3fe6783f56 |
EUC-JP | 窩瘢?諄?V | 111000111101110111100001111011010011111111101011110110010011111101010110 | e3dde1ed3febd93f56 |
UTF-8 | 窩瘢썽諄렩V | 11100111101010101010100111100111100110001010001011101100100011011011110111101000101010111000010011101011101000001010100101010110 | e7aaa9e798a2ec8dbde8ab84eba0a956 |
UHC | 窩瘢썽諄렩V | 1110100011000000110110101110111010111101111010011110001011110100100011101011011101010110 | e8c0daeebde9e2f48eb756 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)