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 | 俑?―毅?? | 100110001101101000111111100000010101110010001011010000100011111100111111 | 98da3f815c8b423f3f |
EUC-JP | 俑?―毅?? | 110100001101110000111111101000011011110110110101101000110011111100111111 | d0dc3fa1bdb5a33f3f |
UTF-8 | 俑앸―毅뉏튃 | 111001001011111110010001111011001001010110111000111000101000000010010101111001101010111110000101111010111000100110001111111011011000101010000011 | e4bf91ec95b8e28095e6af85eb898fed8a83 |
UHC | 俑앸―毅뉏튃 | 111010011011010110011101111010111010000110101010111010111111011010000111111001001011100110011001 | e9b59deba1aaebf687e4b999 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)