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 | 壌?譟湿 | 10001111111010110011111111100110100111111000111010111100 | 8feb3fe69f8ebc |
EUC-JP | 壌厯譟湿 | 101111101110110110001111101101001100111111101100101000011011110010111110 | beed8fb4cfeca1bcbe |
UTF-8 | 壌厯譟湿 | 111001011010001110001100111001011000111010101111111010001010110110011111111001101011100110111111 | e5a38ce58eafe8ad9fe6b9bf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)