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 | 嵂識鋕ニ | 11111010101100101000111010101111111110111101010011000110 | fab28eaffbd4c6 |
EUC-JP | 嵂識鋕ニ | 10001111101110111101000010111100101100011000111111100100110000001000111011000110 | 8fbbd0bcb18fe4c08ec6 |
UTF-8 | 嵂識鋕ニ | 111001011011010110000010111010001010110110011000111010011000101110010101111011111011111010000110 | e5b582e8ad98e98b95efbe86 |
UHC | ?識?? | 0011111111100011110110110011111100111111 | 3fe3db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)