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 | 鈐疾鉷セ | 11111011110000101000111010111110111110111100110110111110 | fbc28ebefbcdbe |
EUC-JP | 鈐疾鉷セ | 10001111111000111100000110111100110000001000111111100011111100011000111010111110 | 8fe3c1bcc08fe3f18ebe |
UTF-8 | 鈐疾鉷セ | 111010011000100010010000111001111001011010111110111010011000100110110111111011111011110110111110 | e98890e796bee989b7efbdbe |
UHC | 鈐疾?? | 110011001010001011110010111100000011111100111111 | cca2f2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)