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 | 丈燻ハ実丈 | 1000111111100100111000001000111011001010111100001100110010001110110000001000111111100100 | 8fe4e08ecaf0cc8ec08fe4 |
EUC-JP | 丈燻ハ?実丈 | 1011111011100110110111111110111010001110110010100011111110111100110000101011111011100110 | bee6dfee8eca3fbcc2bee6 |
UTF-8 | 丈燻ハ実丈 | 111001001011100010001000111001111000011110111011111011111011111010001010111011101000001010001011111001011010111010011111111001001011100010001000 | e4b888e787bbefbe8aee828be5ae9fe4b888 |
UHC | 丈燻???丈 | 111011011101101111111101101110000011111100111111001111111110110111011011 | eddbfdb83f3f3feddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)