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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遲鯉ス誤シ | 1110011110101101100011001110111110111101100011001110101110111100 | e7ad8cefbd8cebbc |
EUC-JP | 遲鯉ス誤シ | 11101110101011111011100011110001100011101011110110111000111011011000111010111100 | eeafb8f18ebdb8ed8ebc |
UTF-8 | 遲鯉ス誤シ | 111010011000000110110010111010011010111110001001111011111011110110111101111010001010101010100100111011111011110110111100 | e981b2e9af89efbdbde8aaa4efbdbc |
UHC | 遲鯉?誤? | 1111001011000000110101111110111100111111111010001010011000111111 | f2c0d7ef3fe8a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)