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 | 埇??循?? | 1111101010011010001111110011111110001111011110100011111100111111 | fa9a3f3f8f7a3f3f |
EUC-JP | 埇??循?? | 100011111011011111100111001111110011111110111101110110110011111100111111 | 8fb7e73f3fbddb3f3f |
UTF-8 | 埇쎌뼇循븅굲 | 111001011001111110000111111011001000111010001100111010111011110010000111111001011011111010101010111010111011100010000101111010101011010110110010 | e59f87ec8e8cebbc87e5beaaebb885eab5b2 |
UHC | 埇쎌뼇循븅굲 | 111010011011100110111101111011001001011010010001111000101110000010111010111010011000001010010101 | e9b9bdec9691e2e0bae98295 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)