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 | ????ALB | 00111111001111110011111100111111010000010100110001000010 | 3f3f3f3f414c42 |
SJIS-WIN | ??ビ〓ALB | 001111110011111110000011011100101000000110101100010000010100110001000010 | 3f3f837281ac414c42 |
EUC-JP | ??ビ〓ALB | 001111110011111110100101110100111010001010101110010000010100110001000010 | 3f3fa5d3a2ae414c42 |
UTF-8 | 룶핊ビ〓ALB | 111010111010001110110110111011011001010110001010111000111000001110010011111000111000000010010011010000010100110001000010 | eba3b6ed958ae38393e38093414c42 |
UHC | 룶핊ビ〓ALB | 1000111110101011110000001000111110101011110100111010000111101011010000010100110001000010 | 8fabc08fabd3a1eb414c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)