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 | 訝?ⅹ耶?? | 111001100110001000111111111110100100100110010110111010110011111100111111 | e6623ffa4996eb3f3f |
EUC-JP | 訝??耶?? | 1110101111000011001111110011111111001100111011010011111100111111 | ebc33f3fcced3f3f |
UTF-8 | 訝밧ⅹ耶섋씩 | 111010001010100010011101111010111011000010100111111000101000010110111001111010001000000010110110111011001000010010001011111011001001010010101001 | e8a89debb0a7e285b9e880b6ec848bec94a9 |
UHC | 訝밧ⅹ耶섋씩 | 111001001011100010111001111001011010010110101010111001011010110110011000111010001011111010111111 | e4b8b9e5a5aae5ad98e8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)