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 | 銧ホ鋕セ | 111110111100110011001110111110111101010010111110 | fbcccefbd4be |
EUC-JP | 銧ホ鋕セ | 10001111111001001010011010001110110011101000111111100100110000001000111010111110 | 8fe4a68ece8fe4c08ebe |
UTF-8 | 銧ホ鋕セ | 111010011000101010100111111011111011111010001110111010011000101110010101111011111011110110111110 | e98aa7efbe8ee98b95efbdbe |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)