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 | ??ギ??ぉ | 0011111100111111100000110100110100111111001111111000001010100111 | 3f3f834d3f3f82a7 |
EUC-JP | ??ギ??ぉ | 0011111100111111101001011010111000111111001111111010010010101001 | 3f3fa5ae3f3fa4a9 |
UTF-8 | 룫콓ギ룫휁ぉ | 111010111010001110101011111011001011110110010011111000111000001010101110111010111010001110101011111011011001110010000001111000111000000110001001 | eba3abecbd93e382aeeba3abed9c81e38189 |
UHC | 룫콓ギ룫휁ぉ | 100011111010001010110001100011111010101110101110100011111010001011000100100011111010101010101001 | 8fa2b18fabae8fa2c48faaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)