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 | 浴???g? | 1001011110000001001111110011111100111111100000101000011100111111 | 97813f3f3f82873f |
EUC-JP | 浴???g? | 1100110111100001001111110011111100111111101000111110011100111111 | cde13f3f3fa3e73f |
UTF-8 | 浴녶뱢廉g뿾 | 111001101011010110110100111010111000010110110110111010111011000110100010111011111010011010100010111011111011110110000111111010111011111110111110 | e6b5b4eb85b6ebb1a2efa6a2efbd87ebbfbe |
UHC | 浴녶뱢廉g뿾 | 111010011011000110000110111001011001001110001000111001101111010110100011111001111001011110111110 | e9b186e59388e6f5a3e797be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)