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 | 獄??瑜?? | 1000110110010110001111110011111111100000111011110011111100111111 | 8d963f3fe0ef3f3f |
EUC-JP | 獄??瑜?? | 1011100111110110001111110011111111100000111100010011111100111111 | b9f63f3fe0f13f3f |
UTF-8 | 獄띔퉪瑜뜹낏 | 111001111000110110000100111010111001110110010100111011011000100110101010111001111001000110011100111010111001110010111001111010111000001010001111 | e78d84eb9d94ed89aae7919ceb9cb9eb828f |
UHC | 獄띔퉪瑜뜹낏 | 111010001010101110110110111010101011100110000010111010111010010110110110111001011011001110101000 | e8abb6eab982eba5b6e5b3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)