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 | 霽?呂? | 111010001100011100111111100110000100001100111111 | e8c73f98433f |
EUC-JP | 霽?呂? | 111100001100100100111111110011111010010000111111 | f0c93fcfa43f |
UTF-8 | 霽陋呂劉 | 111010011001110010111101111011111010010110010001111001011001000110000010111011111010011110000111 | e99cbdefa591e59182efa787 |
UHC | 霽陋呂劉 | 1111000010111000110100101110101111010101111001011110101011100101 | f0b8d2ebd5e5eae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)