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 | 霆メ閒ォ鈼湿 | 11101000101110111101001011111011111010001010101111111011110001101000111010111100 | e8bbd2fbe8abfbc68ebc |
EUC-JP | 霆メ?ォ鈼湿 | 111100001011110110001110110100100011111110001110101010111000111111100011110101101011110010111110 | f0bd8ed23f8eab8fe3d6bcbe |
UTF-8 | 霆メ閒ォ鈼湿 | 111010011001110010000110111011111011111010010010111010011001011010010010111011111011110110101011111010011000100010111100111001101011100110111111 | e99c86efbe92e99692efbdabe988bce6b9bf |
UHC | 霆?閒??? | 1110111111111101001111111111100111011001001111110011111100111111 | effd3ff9d93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)