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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霽?呂音 | 11101000110001110011111110011000010000111000100110111001 | e8c73f984389b9 |
EUC-JP | 霽?呂音 | 11110000110010010011111111001111101001001011001010111011 | f0c93fcfa4b2bb |
UTF-8 | 霽陋呂音 | 111010011001110010111101111011111010010110010001111001011001000110000010111010011001111110110011 | e99cbdefa591e59182e99fb3 |
UHC | 霽陋呂音 | 1111000010111000110100101110101111010101111001011110101111100101 | f0b8d2ebd5e5ebe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)