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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遙ョ?譽 | 11101010101000011000001110000111001111111110011010100011 | eaa183873fe6a3 |
EUC-JP | 遙ョ?譽 | 11110100101000111010010111100111001111111110110010100101 | f4a3a5e73feca5 |
UTF-8 | 遙ョ걀譽 | 111010011000000110011001111000111000001110100111111010101011000110000000111010001010110110111101 | e98199e383a7eab180e8adbd |
UHC | 遙ョ걀譽 | 1110100110101011101010111110011110110000101111111110011111100010 | e9ababe7b0bfe7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)