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 | ??燥? | 0011111100111111100100011000011100111111 | 3f3f91873f |
EUC-JP | ?璹燥? | 00111111100011111100110011100111110000011110011100111111 | 3f8fcce7c1e73f |
UTF-8 | 롇璹燥롎 | 111010111010000110000111111001111001001010111001111001111000011110100101111010111010000110001110 | eba187e792b9e787a5eba18e |
UHC | 롇璹燥롎 | 1000111011001101111000101101101111110000110011111000111011010100 | 8ecde2dbf0cf8ed4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)