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 | ???驛?? | 00111111001111110011111111101001100000110011111100111111 | 3f3f3fe9833f3f |
EUC-JP | ???驛?? | 00111111001111110011111111110001111000110011111100111111 | 3f3f3ff1e33f3f |
UTF-8 | 療며뿏驛계퀋 | 111011111010011110000001111010111010100110110000111010111011111110001111111010011010100110011011111010101011001110000100111011011000000010001011 | efa781eba9b0ebbf8fe9a99beab384ed808b |
UHC | 療며뿏驛계퀋 | 111010001111111010111000111001111001011110010100111001101011111010110000111010001011001110000001 | e8feb8e79794e6beb0e8b381 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)