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 | 省ト丞齊ー | 10001111110010001111100010001110110001001000111111100101111010101000111010110000 | 8fc8f88ec48fe5ea8eb0 |
EUC-JP | 省?ト丞齊ー | 1011111011001010001111111000111011000100101111101110011111110011111011101000111010110000 | beca3f8ec4bee7f3ee8eb0 |
UTF-8 | 省ト丞齊ー | 111001111001110010000001111011101001100010101101111011111011111010000100111001001011100010011110111010011011110110001010111011111011110110110000 | e79c81ee98adefbe84e4b89ee9bd8aefbdb0 |
UHC | 省??丞齊? | 111000001111110100111111001111111110001110101010111100001011101000111111 | e0fd3f3fe3aaf0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)