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 | 畏ф?仰?? | 100010001101100010000100100001100011111110001011110000100011111100111111 | 88d884863f8bc23f3f |
EUC-JP | 畏ф?仰?? | 101100001101101010100111111001100011111110110110110001000011111100111111 | b0daa7e63fb6c43f3f |
UTF-8 | 畏ф봄仰ㅸ렓 | 1110011110010101100011111101000110000100111010111011010010000100111001001011101110110000111000111000010110111000111010111010000010010011 | e7958fd184ebb484e4bbb0e385b8eba093 |
UHC | 畏ф봄仰ㅸ렓 | 111010001110011010101100111001101011101010111101111001001110011010100100111010001000111010101000 | e8e6ace6babde4e6a4e88ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)