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 | 驍よサゑスセ | 111010011000001010000010111001101011101110000010111011111011110110111110 | e98282e6bb82efbdbe |
EUC-JP | 驍よサゑスセ | 111100011110001010100100111010001000111010111011101001001111000110001110101111011000111010111110 | f1e2a4e88ebba4f18ebd8ebe |
UTF-8 | 驍よサゑスセ | 111010011010100110001101111000111000001010001000111011111011110110111011111000111000001010010001111011111011110110111101111011111011110110111110 | e9a98de38288efbdbbe38291efbdbdefbdbe |
UHC | 驍よ?ゑ?? | 111111011010010010101010111010000011111110101010111100010011111100111111 | fda4aae83faaf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)