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 | 畏ф??θ? | 100010001101100010000100100001100011111100111111100000111100011000111111 | 88d884863f3f83c63f |
EUC-JP | 畏ф??θ? | 101100001101101010100111111001100011111100111111101001101100100000111111 | b0daa7e63f3fa6c83f |
UTF-8 | 畏ф봄說θㄻ | 11100111100101011000111111010001100001001110101110110100100001001110111110100110101000011100111010111000111000111000010010111011 | e7958fd184ebb484efa6a1ceb8e384bb |
UHC | 畏ф봄說θㄻ | 111010001110011010101100111001101011101010111101111001101111001010100101111010001010010010101011 | e8e6ace6babde6f2a5e8a4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)