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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訒カ豎占f | 111110111010001110110110111001101011000110010000111010001000001010000110 | fba3b6e6b190e88286 |
EUC-JP | 訒カ豎占f | 1000111111011101110010001000111010110110111011001011001111000000111010101010001111100110 | 8fddc88eb6ecb3c0eaa3e6 |
UTF-8 | 訒カ豎占f | 111010001010100010010010111011111011110110110110111010001011000110001110111001011000110110100000111011111011110110000110 | e8a892efbdb6e8b18ee58da0efbd86 |
UHC | ???占f | 00111111001111110011111111101111101111111010001111100110 | 3f3f3fefbfa3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)