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 | ?????L\ | 00111111001111110011111100111111001111110100110001011100 | 3f3f3f3f3f4c5c |
SJIS-WIN | 闍樣囂遘飢L\ | 111010001000101110011110111010011001101010001111111001111010011110001011010100010100110001011100 | e88b9ee99a8fe7a78b514c5c |
EUC-JP | 闍樣囂遘飢L\ | 111011111110101111011100111010111101001111101111111011101010100110110101101100100100110001011100 | efebdcebd3efeea9b5b24c5c |
UTF-8 | 闍樣囂遘飢L\ | 1110100110010111100011011110011010101000101000111110010110011011100000101110100110000001100110001110100110100011101000100100110001011100 | e9978de6a8a3e59b82e98198e9a3a24c5c |
UHC | ?樣??飢L\ | 001111111110010111000110001111110011111111010001110001100100110001011100 | 3fe5c63f3fd1c64c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)