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 | ?釐モ?冀タ | 00111111111001111101100010000011100000100011111110011001011000101000001101011110 | 3fe7d883823f9962835e |
EUC-JP | ?釐モ?冀タ | 00111111111011101101101010100101111000100011111111010001110000111010010110111111 | 3feedaa5e23fd1c3a5bf |
UTF-8 | 룵釐モ룶冀タ | 111010111010001110110101111010011000011110010000111000111000001110100010111010111010001110110110111001011000011010000000111000111000001010111111 | eba3b5e98790e383a2eba3b6e58680e382bf |
UHC | 룵釐モ룶冀タ | 100011111010101011010111111011011010101111100010100011111010101111010000111011011010101110111111 | 8faad7edabe28fabd0edabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)