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 | 鈊磁醤譴 | 1111101111000011100011101010010110001111110111011110011010100010 | fbc38ea58fdde6a2 |
EUC-JP | 鈊磁醤譴 | 100011111110001110111111101111001010011110111110110111111110110010100100 | 8fe3bfbca7bedfeca4 |
UTF-8 | 鈊磁醤譴 | 111010011000100010001010111001111010001110000001111010011000011010100100111010001010110110110100 | e9888ae7a381e986a4e8adb4 |
UHC | ?磁?譴 | 001111111110110110111000001111111100110010111001 | 3fedb83fccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)