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 | 倭??押る? | 100110000110000000111111001111111000100110011111100000101110100100111111 | 98603f3f899f82e93f |
EUC-JP | 倭??押る? | 110011111100000100111111001111111011001010100001101001001110101100111111 | cfc13f3fb2a1a4eb3f |
UTF-8 | 倭뀁꽗押る젳 | 111001011000000010101101111010111000000010000001111010101011110110010111111001101000101010111100111000111000001010001011111011001010000010110011 | e580adeb8081eabd97e68abce3828beca0b3 |
UHC | 倭뀁꽗押る젳 | 111010001101111010110010111011001000010010100110111001001110001110101010111010111010000010100111 | e8deb2ec84a6e4e3aaeba0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)