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 | 俑??肄?? | 1001100011011010001111110011111111100011111001010011111100111111 | 98da3f3fe3e53f3f |
EUC-JP | 俑??肄?? | 1101000011011100001111110011111111100110111001110011111100111111 | d0dc3f3fe6e73f3f |
UTF-8 | 俑앸쑚肄뽭춾 | 111001001011111110010001111011001001010110111000111011001001000110011010111010001000001010000100111010111011110110101101111011001011011010111110 | e4bf91ec95b8ec919ae88284ebbdadecb6be |
UHC | 俑앸쑚肄뽭춾 | 111010011011010110011101111010111001110010111001111011001011110110010110111010011010110110011010 | e9b59deb9cb9ecbd96e9ad9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)