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 | ???A??? | 00111111001111110011111101000001001111110011111100111111 | 3f3f3f413f3f3f |
SJIS-WIN | 絶??A節?? | 100100001110001000111111001111110100000110010000110111110011111100111111 | 90e23f3f4190df3f3f |
EUC-JP | 絶??A節?? | 110000001110010000111111001111110100000111000000111000010011111100111111 | c0e43f3f41c0e13f3f |
UTF-8 | 絶랃쉼A節쏙쉠 | 11100111101101011011011011101011100111101000001111101100100010011011110001000001111001111010111110000000111011001000111110011001111011001000100110100000 | e7b5b6eb9e83ec89bc41e7af80ec8f99ec89a0 |
UHC | 絶랃쉼A節쏙쉠 | 11101111101111101000110111101111101111011011000001000001111011111011110110111101111011111011110110101010 | efbe8defbdb041efbdbdefbdaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)