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 | ?孰?煙?荀 | 001111111001101101111000001111111000100110001100001111111110010010100100 | 3f9b783f898c3fe4a4 |
EUC-JP | ?孰?煙?荀 | 001111111101010111011001001111111011000111101100001111111110100010100110 | 3fd5d93fb1ec3fe8a6 |
UTF-8 | 롒孰렔煙롒荀 | 111010111010000110010010111001011010110110110000111010111010000010010100111001111000010110011001111010111010000110010010111010001000110110000000 | eba192e5adb0eba094e78599eba192e88d80 |
UHC | 롒孰렔煙롒荀 | 100011101101011111100010110101011000111010101001111001101101010110001110110101111110001011110000 | 8ed7e2d58ea9e6d58ed7e2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)