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 | 瀅ー鰈諶ウ | 11111011010011101011000011101001110101011111011011101101111110111010101010110011 | fb4eb0e9d5f6edfbaab3 |
EUC-JP | 瀅ー鰈?諶ウ | 10001111110010011010101110001110101100001111001011010111001111111000111111011110101101011000111010110011 | 8fc9ab8eb0f2d73f8fdeb58eb3 |
UTF-8 | 瀅ー鰈諶ウ | 111001111000000010000101111011111011110110110000111010011011000010001000111011101001010010010100111010001010101110110110111011111011110110110011 | e78085efbdb0e9b088ee9494e8abb6efbdb3 |
UHC | 瀅???諶? | 1111101110100100001111110011111100111111111001001010011000111111 | fba43f3f3fe4a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)