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 | 俑??誼ら? | 100110001101101000111111001111111000101101100010100000101110011100111111 | 98da3f3f8b6282e73f |
EUC-JP | 俑??誼ら? | 110100001101110000111111001111111011010111000011101001001110100100111111 | d0dc3f3fb5c3a4e93f |
UTF-8 | 俑앸돃誼ら툣 | 111001001011111110010001111011001001010110111000111010111000111110000011111010001010101010111100111000111000001010001001111011011000100010100011 | e4bf91ec95b8eb8f83e8aabce38289ed88a3 |
UHC | 俑앸돃誼ら툣 | 111010011011010110011101111010111000100110010110111010111111111010101010111010011011100010011010 | e9b59deb8996ebfeaae9b89a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)