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 | 宵筍ォョ宵 | 10001111101010101110001010100001111100001110110110101011101011101000111110101010 | 8faae2a1f0edabae8faa |
EUC-JP | 宵筍?ォョ宵 | 1011111010101100111001001010001100111111100011101010101110001110101011101011111010101100 | beace4a33f8eab8eaebeac |
UTF-8 | 宵筍ォョ宵 | 111001011010111010110101111001111010110110001101111011101000001010101100111011111011110110101011111011111011110110101110111001011010111010110101 | e5aeb5e7ad8dee82acefbdabefbdaee5aeb5 |
UHC | 宵筍???宵 | 111000011011001011100010111011000011111100111111001111111110000110110010 | e1b2e2ec3f3f3fe1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)