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 | 遙??蘊 | 111010101010000100111111001111111110010101011101 | eaa13f3fe55d |
EUC-JP | 遙??蘊 | 111101001010001100111111001111111110100110111110 | f4a33f3fe9be |
UTF-8 | 遙쒑닅蘊 | 111010011000000110011001111011001001001010010001111010111000101110000101111010001001100010001010 | e98199ec9291eb8b85e8988a |
UHC | 遙쒑닅蘊 | 1110100110101011100111001110100010001000100011101110100010110011 | e9ab9ce8888ee8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)